home *** CD-ROM | disk | FTP | other *** search
- REM FLCS PROGRAMMING TEMPLATE
- REM
- REM IFTPRO.B50
- REM
- REM Written And Tested by Mike Gibson - October 27, 1994
- REM
- REM IFT PRO by Flight Deck Software
- REM Version 5.10
- REM
- Mdef IFTPRO
- REM
-
- RATE 100
- USE FCLK
- USE WCS
- @DigitalThrottle
-
- REM ╔═════════════════════╗
- REM ║ TRIGGER AND BUTTONS ║
- REM ╚═════════════════════╝
-
- BTN TG1
- BTN TG2 WheelBrakesOnOff
-
- BTN S1
- BTN S2 (A LALT A A)
- BTN S3 GearUpDown
- BTN S4
-
-
- REM ╔══════════════╗
- REM ║ HAT SWITCHES ║
- REM ╚══════════════╝
-
- BTN H1U StickTrimDown
- BTN H1D StickTrimUp
- BTN H1L DecrementAutoPilot
- BTN H1R IncrementAutoPilot
- BTN H1M
-
- BTN H3U IncreaseOBSSetting
- BTN H3D DecreaseOBSSetting
- BTN H3L DecreaseGyroCompass
- BTN H3R IncreaseGyroCompass
- BTN H3M
-
-
- REM ╔═════════════╗
- REM ║ WCS BUTTONS ║
- REM ╚═════════════╝
-
- BTN T1 SetMixture
- BTN T2
- BTN T3
- BTN T4 IncreasePropellerPitch
- BTN T5 DecreasePropellerPitch
- BTN T6 SetFlaps
-
- BTN T7 Flaps[Mixture]Up
- BTN T8 Flaps[Mixture]Down
-
-
- REM ***********************************************************************
-